home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / modelers / geomview / source.lha / Geomview / makefiles / mk.iris4 < prev    next >
Text File  |  1992-08-31  |  449b  |  22 lines

  1. #
  2. # Makefile that sets machine-specific variables and rules 
  3. # for the Iris.
  4. #
  5. #
  6. # A machine-specific makefile is included by all other makefiles.
  7. #
  8.  
  9. CPU = iris4
  10. MACHTYPE = sgi
  11. RANLIB = :
  12. INSTALL = /etc/install
  13. AR = /usr/bin/ar
  14. SYSCOPTS = -float -prototypes
  15. CC=cc
  16. CPLUSPLUS=CC
  17.  
  18. # MAKEFILEDIR is used by NeXT make to find the app.make file;
  19. # we use this to fool sgi make into looking at a dummy app.make
  20. # in this dir:
  21. MAKEFILEDIR=${GEOM}/makefiles
  22.